Share via


CsmPublishingCredentialsPoliciesCollectionProperties Class

Definition

CsmPublishingCredentialsPoliciesCollection resource specific properties

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.CsmPublishingCredentialsPoliciesCollectionPropertiesTypeConverter))]
public class CsmPublishingCredentialsPoliciesCollectionProperties : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICsmPublishingCredentialsPoliciesCollectionProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.CsmPublishingCredentialsPoliciesCollectionPropertiesTypeConverter))>]
type CsmPublishingCredentialsPoliciesCollectionProperties = class
    interface ICsmPublishingCredentialsPoliciesCollectionProperties
    interface IJsonSerializable
Public Class CsmPublishingCredentialsPoliciesCollectionProperties
Implements ICsmPublishingCredentialsPoliciesCollectionProperties
Inheritance
CsmPublishingCredentialsPoliciesCollectionProperties
Attributes
Implements

Constructors

CsmPublishingCredentialsPoliciesCollectionProperties()

Creates an new CsmPublishingCredentialsPoliciesCollectionProperties 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.

ScmId

Resource Id.

ScmKind

Kind of resource.

ScmName

Resource Name.

ScmPropertiesAllow

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

ScmType

Resource type.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of CsmPublishingCredentialsPoliciesCollectionProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of CsmPublishingCredentialsPoliciesCollectionProperties.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of CsmPublishingCredentialsPoliciesCollectionProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to