次の方法で共有


CsmPublishingCredentialsPoliciesCollection Class

Definition

Publishing Credentials Policies collection.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.CsmPublishingCredentialsPoliciesCollectionTypeConverter))]
public class CsmPublishingCredentialsPoliciesCollection : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICsmPublishingCredentialsPoliciesCollection, Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.CsmPublishingCredentialsPoliciesCollectionTypeConverter))>]
type CsmPublishingCredentialsPoliciesCollection = class
    interface ICsmPublishingCredentialsPoliciesCollection
    interface IJsonSerializable
    interface IProxyOnlyResource
    interface IValidates
Public Class CsmPublishingCredentialsPoliciesCollection
Implements ICsmPublishingCredentialsPoliciesCollection, IValidates
Inheritance
CsmPublishingCredentialsPoliciesCollection
Attributes
Implements

Constructors

CsmPublishingCredentialsPoliciesCollection()

Creates an new CsmPublishingCredentialsPoliciesCollection instance.

Properties

FtpId

Resource Id.

FtpKind

Kind of resource.

FtpName

Resource Name.

FtpPropertiesAllow

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

FtpType

Resource type.

Id

Resource Id.

Kind

Kind of resource.

Name

Resource Name.

ScmId

Resource Id.

ScmKind

Kind of resource.

ScmName

Resource Name.

ScmPropertiesAllow

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

ScmType

Resource type.

Type

Resource type.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of CsmPublishingCredentialsPoliciesCollection.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of CsmPublishingCredentialsPoliciesCollection.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICsmPublishingCredentialsPoliciesCollection.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of CsmPublishingCredentialsPoliciesCollection into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to