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

ProviderResourceType 类

定义

ProviderResourceType。

public class ProviderResourceType
type ProviderResourceType = class
Public Class ProviderResourceType
继承
ProviderResourceType

属性

AllowedUnauthorizedActions

获取允许的未授权操作。

AuthorizationActionMappings

获取授权操作映射。

DefaultApiVersion

获取默认 API 版本。

DisallowedActionVerbs

获取不允许的操作谓词。

Endpoints

获取终结点。

ExtendedLocations

获取扩展的位置。

LinkedAccessChecks

获取链接的访问检查。

LinkedOperationRules

获取链接的操作规则。

LoggingRules

获取日志记录规则。

ManagementType

获取管理类型。

MarketplaceType

获取市场类型。

Metadata

任意

若要将对象分配给此属性,请使用 FromObjectAsJson<T>(T, JsonSerializerOptions)

若要将已格式化的 json 字符串分配给此属性,请使用 FromString(String)

示例:

  • BinaryData.FromObjectAsJson (“foo”) 创建“foo”的有效负载。
  • BinaryData.FromString (“\”foo\“”) 创建“foo”的有效负载。
  • BinaryData.FromObjectAsJson (new { key = “value” }) 创建 { “key”: “value” } 的有效负载。
  • BinaryData.FromString (“{\”key\“: \”value\“}”) 创建 { “key”: “value” } 的有效负载。

Name

获取名称。

OptInHeaders

获取选择加入标头。

RequiredFeatures

获取所需的功能。

RequiredFeaturesPolicy

获取所需的功能策略。

ResourceDeletionPolicy

获取资源删除策略。

ResourceValidation

获取资源验证。

RoutingType

获取路由类型。

ServiceTreeInfos

获取服务树信息。

SkuLink

获取 SKU 链接。

SubscriptionStateRules

获取订阅状态规则。

TemplateDeploymentPolicy

获取模板部署策略。

ThrottlingRules

获取限制规则。

适用于