EnvironmentParameters interface
Properties
active |
The Active Directory login endpoint. |
active |
The Active Directory api version. |
active |
The Active Directory resource ID. |
active |
The resource ID to obtain AD tokens for (token audience). |
azure |
The data lake analytics job and catalog service dns suffix. |
azure |
The data lake store filesystem service dns suffix. |
batch |
The batch resource ID. |
gallery |
The template gallery endpoint. |
key |
The keyvault service dns suffix. |
management |
The management service endpoint. |
name | The Environment name. |
portal |
The management portal URL. |
publishing |
The publish settings file URL. |
resource |
The resource management endpoint. |
sql |
The sql server management endpoint for mobile commands. |
sql |
The dns suffix for sql servers. |
storage |
The endpoint suffix for storage accounts. |
validate |
Determines whether the authentication endpoint should be validated with Azure AD. Default value is true. |
Property Details
activeDirectoryEndpointUrl
The Active Directory login endpoint.
activeDirectoryEndpointUrl: string
Property Value
string
activeDirectoryGraphApiVersion
The Active Directory api version.
activeDirectoryGraphApiVersion?: string
Property Value
string
activeDirectoryGraphResourceId
The Active Directory resource ID.
activeDirectoryGraphResourceId?: string
Property Value
string
activeDirectoryResourceId
The resource ID to obtain AD tokens for (token audience).
activeDirectoryResourceId: string
Property Value
string
azureDataLakeAnalyticsCatalogAndJobEndpointSuffix
The data lake analytics job and catalog service dns suffix.
azureDataLakeAnalyticsCatalogAndJobEndpointSuffix?: string
Property Value
string
azureDataLakeStoreFileSystemEndpointSuffix
The data lake store filesystem service dns suffix.
azureDataLakeStoreFileSystemEndpointSuffix?: string
Property Value
string
batchResourceId
The batch resource ID.
batchResourceId?: string
Property Value
string
galleryEndpointUrl
The template gallery endpoint.
galleryEndpointUrl?: string
Property Value
string
keyVaultDnsSuffix
The keyvault service dns suffix.
keyVaultDnsSuffix?: string
Property Value
string
managementEndpointUrl
The management service endpoint.
managementEndpointUrl: string
Property Value
string
name
The Environment name.
name: string
Property Value
string
portalUrl
The management portal URL.
portalUrl: string
Property Value
string
publishingProfileUrl
The publish settings file URL.
publishingProfileUrl?: string
Property Value
string
resourceManagerEndpointUrl
The resource management endpoint.
resourceManagerEndpointUrl: string
Property Value
string
sqlManagementEndpointUrl
The sql server management endpoint for mobile commands.
sqlManagementEndpointUrl?: string
Property Value
string
sqlServerHostnameSuffix
The dns suffix for sql servers.
sqlServerHostnameSuffix?: string
Property Value
string
storageEndpointSuffix
The endpoint suffix for storage accounts.
storageEndpointSuffix?: string
Property Value
string
validateAuthority
Determines whether the authentication endpoint should be validated with Azure AD. Default value is true.
validateAuthority?: boolean
Property Value
boolean