你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
Providers - Get At Tenant Scope
获取租户级别的指定资源提供程序。
GET https://management.azure.com/providers/{resourceProviderNamespace}?api-version=2021-04-01
GET https://management.azure.com/providers/{resourceProviderNamespace}?$expand={$expand}&api-version=2021-04-01
URI 参数
名称 | 在 | 必需 | 类型 | 说明 |
---|---|---|---|---|
resource
|
path | True |
string |
资源提供程序的命名空间。 |
api-version
|
query | True |
string |
用于此操作的 API 版本。 |
$expand
|
query |
string |
$expand查询参数。 例如,若要在响应中包含属性别名,请使用 $expand=resourceTypes/aliases。 |
响应
名称 | 类型 | 说明 |
---|---|---|
200 OK |
确定 - 返回有关资源提供程序的信息。 |
|
Other Status Codes |
描述操作失败的原因的错误响应。 |
安全性
azure_auth
Azure Active Directory OAuth2 Flow
类型:
oauth2
流向:
implicit
授权 URL:
https://login.microsoftonline.com/common/oauth2/authorize
作用域
名称 | 说明 |
---|---|
user_impersonation | 模拟用户帐户 |
示例
Get a resource provider at tenant scope
示例请求
GET https://management.azure.com/providers/Microsoft.Storage?$expand=resourceTypes/aliases&api-version=2021-04-01
示例响应
{
"namespace": "Microsoft.Storage",
"resourceTypes": [
{
"resourceType": "storageAccounts",
"locations": [
"East US",
"East US 2",
"East US 2 (Stage)",
"West US",
"West Europe",
"East Asia",
"Southeast Asia",
"Japan East",
"Japan West",
"North Central US",
"South Central US",
"Central US",
"North Europe",
"Brazil South",
"Australia East",
"Australia Southeast",
"South India",
"Central India",
"West India",
"Canada East",
"Canada Central",
"West US 2",
"West Central US",
"UK South",
"UK West",
"Korea Central",
"Korea South",
"East US 2 EUAP",
"Central US EUAP",
"France Central",
"France South",
"Australia Central",
"Australia Central 2",
"South Africa West",
"South Africa North",
"UAE Central",
"UAE North",
"Switzerland North",
"Switzerland West",
"Germany West Central",
"Germany North",
"Norway East",
"Norway West",
"South Central US STG",
"Brazil Southeast"
],
"apiVersions": [
"2019-06-01",
"2019-04-01",
"2018-11-01",
"2018-07-01",
"2018-03-01-preview",
"2018-02-01",
"2017-10-01",
"2017-06-01",
"2016-12-01",
"2016-05-01",
"2016-01-01",
"2015-06-15",
"2015-05-01-preview"
],
"defaultApiVersion": "2019-06-01",
"apiProfiles": [
{
"profileVersion": "2019-03-01-hybrid",
"apiVersion": "2017-10-01"
},
{
"profileVersion": "2017-03-09-profile",
"apiVersion": "2016-01-01"
},
{
"profileVersion": "2018-03-01-hybrid",
"apiVersion": "2016-01-01"
},
{
"profileVersion": "2018-06-01-profile",
"apiVersion": "2017-10-01"
}
],
"aliases": [
{
"name": "Microsoft.Storage/storageAccounts/accountType",
"paths": [
{
"path": "properties.accountType",
"apiVersions": [
"2015-06-15",
"2015-05-01-preview"
]
},
{
"path": "sku.name",
"apiVersions": [
"2018-11-01",
"2018-11-09",
"2018-07-01",
"2018-03-01-Preview",
"2018-02-01",
"2017-10-01",
"2017-06-01",
"2016-12-01",
"2016-05-01",
"2016-01-01"
]
}
],
"defaultPath": "sku.name"
},
{
"name": "Microsoft.Storage/storageAccounts/sku.name",
"paths": [
{
"path": "properties.accountType",
"apiVersions": [
"2015-06-15",
"2015-05-01-preview"
]
},
{
"path": "sku.name",
"apiVersions": [
"2018-11-01",
"2018-11-09",
"2018-07-01",
"2018-03-01-Preview",
"2018-02-01",
"2017-10-01",
"2017-06-01",
"2016-12-01",
"2016-05-01",
"2016-01-01"
]
}
],
"defaultPath": "sku.name"
},
{
"name": "Microsoft.Storage/storageAccounts/accessTier",
"paths": [
{
"path": "properties.accessTier",
"apiVersions": [
"2018-11-01",
"2018-11-09",
"2018-07-01",
"2018-03-01-Preview",
"2018-02-01",
"2017-10-01",
"2017-06-01",
"2016-12-01",
"2016-05-01",
"2016-01-01",
"2015-06-15",
"2015-05-01-preview"
]
}
],
"defaultPath": "properties.accessTier"
},
{
"name": "Microsoft.Storage/storageAccounts/enableBlobEncryption",
"paths": [
{
"path": "properties.encryption.services.blob.enabled",
"apiVersions": [
"2018-11-01",
"2018-11-09",
"2018-07-01",
"2018-03-01-Preview",
"2018-02-01",
"2017-10-01",
"2017-06-01",
"2016-12-01",
"2016-05-01",
"2016-01-01",
"2015-06-15",
"2015-05-01-preview"
]
}
],
"defaultPath": "properties.encryption.services.blob.enabled"
},
{
"name": "Microsoft.Storage/storageAccounts/enableFileEncryption",
"paths": [
{
"path": "properties.encryption.services.file.enabled",
"apiVersions": [
"2018-11-01",
"2018-11-09",
"2018-07-01",
"2018-03-01-Preview",
"2018-02-01",
"2017-10-01",
"2017-06-01",
"2016-12-01",
"2016-05-01",
"2016-01-01",
"2015-06-15",
"2015-05-01-preview"
]
}
],
"defaultPath": "properties.encryption.services.file.enabled"
},
{
"name": "Microsoft.Storage/storageAccounts/supportsHttpsTrafficOnly",
"paths": [
{
"path": "properties.supportsHttpsTrafficOnly",
"apiVersions": [
"2018-11-09",
"2018-03-01-Preview",
"2016-05-01",
"2016-01-01",
"2015-06-15",
"2015-05-01-preview"
],
"metadata": {
"type": "NotSpecified",
"attributes": "None"
}
}
],
"defaultPath": "properties.supportsHttpsTrafficOnly",
"defaultMetadata": {
"type": "Boolean",
"attributes": "Modifiable"
}
}
],
"capabilities": "SupportsTags, SupportsLocation"
}
]
}
定义
名称 | 说明 |
---|---|
Alias |
别名类型。 |
Alias |
别名的路径的类型。 |
Alias |
别名路径引用的令牌的属性。 |
Alias |
|
Alias |
别名路径引用的标记的类型。 |
Alias |
别名路径的模式类型。 |
Alias |
别名模式的类型 |
Alias |
别名的类型。 |
Api |
|
Cloud |
资源管理请求的错误响应。 |
Error |
资源管理错误附加信息。 |
Error |
错误响应 |
Provider |
资源提供程序信息。 |
Provider |
提供程序授权许可状态。 |
Provider |
提供程序扩展位置。 |
Provider |
资源提供程序管理的资源类型。 |
Zone |
Alias
别名类型。
名称 | 类型 | 说明 |
---|---|---|
defaultMetadata |
默认别名路径元数据。 适用于默认路径和不具有元数据的任何别名路径 |
|
defaultPath |
string |
别名的默认路径。 |
defaultPattern |
别名的默认模式。 |
|
name |
string |
别名。 |
paths |
别名的路径。 |
|
type |
别名的类型。 |
AliasPath
别名的路径的类型。
名称 | 类型 | 说明 |
---|---|---|
apiVersions |
string[] |
API 版本。 |
metadata |
别名路径的元数据。 如果缺少,请回退到别名的默认元数据。 |
|
path |
string |
别名的路径。 |
pattern |
别名路径的模式。 |
AliasPathAttributes
别名路径引用的令牌的属性。
值 | 说明 |
---|---|
Modifiable |
别名路径引用的标记可由具有“modify”效果的策略修改。 |
None |
别名路径引用的标记没有属性。 |
AliasPathMetadata
名称 | 类型 | 说明 |
---|---|---|
attributes |
别名路径引用的令牌的属性。 |
|
type |
别名路径引用的标记的类型。 |
AliasPathTokenType
别名路径引用的标记的类型。
值 | 说明 |
---|---|
Any |
标记类型可以是任何内容。 |
Array |
标记类型为数组。 |
Boolean |
标记类型为布尔值。 |
Integer |
标记类型为整数。 |
NotSpecified |
未指定标记类型。 |
Number |
标记类型为数字。 |
Object |
标记类型为对象。 |
String |
标记类型为字符串。 |
AliasPattern
别名路径的模式类型。
名称 | 类型 | 说明 |
---|---|---|
phrase |
string |
别名模式短语。 |
type |
别名模式的类型 |
|
variable |
string |
别名模式变量。 |
AliasPatternType
别名模式的类型
值 | 说明 |
---|---|
Extract |
提取是唯一允许的值。 |
NotSpecified |
不允许指定。 |
AliasType
别名的类型。
值 | 说明 |
---|---|
Mask |
别名值为机密。 |
NotSpecified |
别名类型未知(与不提供别名类型相同)。 |
PlainText |
别名值不是机密。 |
ApiProfile
名称 | 类型 | 说明 |
---|---|---|
apiVersion |
string |
API 版本。 |
profileVersion |
string |
配置文件版本。 |
CloudError
资源管理请求的错误响应。
名称 | 类型 | 说明 |
---|---|---|
error |
错误响应 |
ErrorAdditionalInfo
资源管理错误附加信息。
名称 | 类型 | 说明 |
---|---|---|
info |
object |
其他信息。 |
type |
string |
其他信息类型。 |
ErrorResponse
错误响应
名称 | 类型 | 说明 |
---|---|---|
additionalInfo |
错误附加信息。 |
|
code |
string |
错误代码。 |
details |
错误详细信息。 |
|
message |
string |
错误消息。 |
target |
string |
错误目标。 |
Provider
资源提供程序信息。
名称 | 类型 | 说明 |
---|---|---|
id |
string |
提供程序 ID。 |
namespace |
string |
资源提供程序的命名空间。 |
providerAuthorizationConsentState |
提供程序授权许可状态。 |
|
registrationPolicy |
string |
资源提供程序的注册策略。 |
registrationState |
string |
资源提供程序的注册状态。 |
resourceTypes |
提供程序资源类型的集合。 |
ProviderAuthorizationConsentState
提供程序授权许可状态。
值 | 说明 |
---|---|
Consented | |
NotRequired | |
NotSpecified | |
Required |
ProviderExtendedLocation
提供程序扩展位置。
名称 | 类型 | 说明 |
---|---|---|
extendedLocations |
string[] |
Azure 位置的扩展位置。 |
location |
string |
Azure 位置。 |
type |
string |
扩展位置类型。 |
ProviderResourceType
资源提供程序管理的资源类型。
名称 | 类型 | 说明 |
---|---|---|
aliases |
Alias[] |
此资源类型支持的别名。 |
apiProfiles |
资源提供程序的 API 配置文件。 |
|
apiVersions |
string[] |
API 版本。 |
capabilities |
string |
此资源类型提供的其他功能。 |
defaultApiVersion |
string |
默认 API 版本。 |
locationMappings |
此资源类型支持的位置映射。 |
|
locations |
string[] |
可以创建此资源类型的位置的集合。 |
properties |
object |
属性。 |
resourceType |
string |
资源类型。 |
zoneMappings |
ZoneMapping
名称 | 类型 | 说明 |
---|---|---|
location |
string |
区域映射的位置。 |
zones |
string[] |