你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

IAzureEnvironment Interface

Definition

public interface IAzureEnvironment : Microsoft.Azure.Commands.Common.Authentication.Abstractions.IExtensibleModel
type IAzureEnvironment = interface
    interface IExtensibleModel
Public Interface IAzureEnvironment
Implements IExtensibleModel
Derived
Implements

Properties

ActiveDirectoryAuthority
ActiveDirectoryServiceEndpointResourceId
AdTenant
AzureDataLakeAnalyticsCatalogAndJobEndpointSuffix
AzureDataLakeStoreFileSystemEndpointSuffix
AzureKeyVaultDnsSuffix
AzureKeyVaultServiceEndpointResourceId
BatchEndpointResourceId
ContainerRegistryEndpointSuffix
DataLakeEndpointResourceId
ExtendedProperties (Inherited from IExtensibleModel)
GalleryUrl
GraphEndpointResourceId
GraphUrl
ManagementPortalUrl
Name
OnPremise
PublishSettingsFileUrl
ResourceManagerUrl
ServiceManagementUrl
SqlDatabaseDnsSuffix
StorageEndpointSuffix
TrafficManagerDnsSuffix
VersionProfiles

Extension Methods

CopyFrom(IAzureEnvironment, IAzureEnvironment)
GetEndpoint(IAzureEnvironment, String)
GetEndpointAsUri(IAzureEnvironment, String)
GetEndpointSuffix(IAzureEnvironment, String)
GetManagementPortalUrlWithRealm(IAzureEnvironment, String)
GetPublishSettingsFileUrlWithRealm(IAzureEnvironment, String)
GetTokenAudience(IAzureEnvironment, String)
IsEndpointSet(IAzureEnvironment, String)
IsEndpointSetToValue(IAzureEnvironment, String, String)
SetEndpoint(IAzureEnvironment, String, String)
TryGetEndpointString(IAzureEnvironment, String, String)
TryGetEndpointUrl(IAzureEnvironment, String, Uri)
Update(IAzureEnvironment, IAzureEnvironment)
CopyPropertiesFrom(IExtensibleModel, IExtensibleModel)
GetProperty(IExtensibleModel, String)
GetPropertyAsArray(IExtensibleModel, String)
IsPropertySet(IExtensibleModel, String)
SetOrAppendProperty(IExtensibleModel, String, String[])
SetProperty(IExtensibleModel, String, String[])
UpdateProperties(IExtensibleModel, IExtensibleModel)
DeepCopy(IAzureEnvironment)
Merge(IAzureEnvironment, IAzureEnvironment)
PopulateExtensions(IExtensibleModel, PSObject)

Populate the model extensions from a PSObject

GetStorageBlobEndpoint(IAzureEnvironment, String, Boolean)
GetStorageFileEndpoint(IAzureEnvironment, String, Boolean)
GetStorageQueueEndpoint(IAzureEnvironment, String, Boolean)
GetStorageTableEndpoint(IAzureEnvironment, String, Boolean)

Applies to