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

CsmPublishingCredentialsPoliciesEntity Class

Definition

Publishing Credentials Policies parameters.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201.CsmPublishingCredentialsPoliciesEntityTypeConverter))]
public class CsmPublishingCredentialsPoliciesEntity : Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201.ICsmPublishingCredentialsPoliciesEntity, Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201.CsmPublishingCredentialsPoliciesEntityTypeConverter))>]
type CsmPublishingCredentialsPoliciesEntity = class
    interface ICsmPublishingCredentialsPoliciesEntity
    interface IJsonSerializable
    interface IProxyOnlyResource
    interface IValidates
Public Class CsmPublishingCredentialsPoliciesEntity
Implements ICsmPublishingCredentialsPoliciesEntity, IValidates
Inheritance
CsmPublishingCredentialsPoliciesEntity
Attributes
Implements

Constructors

CsmPublishingCredentialsPoliciesEntity()

Creates an new CsmPublishingCredentialsPoliciesEntity instance.

Properties

Allow

true to allow access to a publishing method; otherwise, false.

Id

Resource Id.

Kind

Kind of resource.

Name

Resource Name.

Type

Resource type.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of CsmPublishingCredentialsPoliciesEntity.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of CsmPublishingCredentialsPoliciesEntity.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201.ICsmPublishingCredentialsPoliciesEntity.

FromJsonString(String)

Creates a new instance of CsmPublishingCredentialsPoliciesEntity, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of CsmPublishingCredentialsPoliciesEntity into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()
Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to