CsmPublishingCredentialsPoliciesEntity 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 parameters.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.CsmPublishingCredentialsPoliciesEntityTypeConverter))]
public class CsmPublishingCredentialsPoliciesEntity : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICsmPublishingCredentialsPoliciesEntity, Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.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 |
|
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.Functions.Models.Api20190801.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. |
Validate(IEventListener) |
Validates that this object meets the validation criteria. |