IDomainLegalAgreement Interface
Definition
An immutable client-side representation of an Azure domain legal agreement.
public interface IDomainLegalAgreement : Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasInner<Microsoft.Azure.Management.AppService.Fluent.Models.TldLegalAgreement>
type IDomainLegalAgreement = interface
interface IBeta
interface IHasInner<TldLegalAgreement>
Public Interface IDomainLegalAgreement
Implements IBeta, IHasInner(Of TldLegalAgreement)
- Implements
Remarks
(Beta: This functionality is in preview and as such is subject to change in non-backwards compatible ways in
future releases, including removal, regardless of any compatibility expectations set by the containing library
version number.).
Properties
AgreementKey |
Gets unique identifier for the agreement. |
Content |
Gets agreement details. |
Inner | (Inherited from IHasInner<T>) |
Title |
Gets agreement title. |
Url |
Gets url where a copy of the agreement details is hosted. |