AccessInformationContract Class

Definition

Tenant Settings.

[Microsoft.Rest.Serialization.JsonTransformation]
public class AccessInformationContract : Microsoft.Azure.Management.ApiManagement.Models.Resource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type AccessInformationContract = class
    inherit Resource
Public Class AccessInformationContract
Inherits Resource
Inheritance
AccessInformationContract
Attributes

Constructors

AccessInformationContract()

Initializes a new instance of the AccessInformationContract class.

AccessInformationContract(String, String, String, String, String, Nullable<Boolean>)

Initializes a new instance of the AccessInformationContract class.

Properties

AccessInformationContractId

Gets or sets access Information type ('access' or 'gitAccess')

Enabled

Gets or sets determines whether direct access is enabled.

Id

Gets fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

(Inherited from Resource)
Name

Gets the name of the resource

(Inherited from Resource)
PrincipalId

Gets or sets principal (User) Identifier.

Type

Gets the type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"

(Inherited from Resource)

Applies to