CsmPublishingCredentialsPoliciesCollection Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 |
|
FtpType |
Resource type. |
Id |
Resource Id. |
Kind |
Kind of resource. |
Name |
Resource Name. |
ScmId |
Resource Id. |
ScmKind |
Kind of resource. |
ScmName |
Resource Name. |
ScmPropertiesAllow |
|
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. |