Share via


ResourceTypeFilterCredential Class

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Purviewdata.Models.Api20211001Preview.ResourceTypeFilterCredentialTypeConverter))]
public class ResourceTypeFilterCredential : Microsoft.Azure.PowerShell.Cmdlets.Purviewdata.Models.Api20211001Preview.IResourceTypeFilterCredential, Microsoft.Azure.PowerShell.Cmdlets.Purviewdata.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Purviewdata.Models.Api20211001Preview.ResourceTypeFilterCredentialTypeConverter))>]
type ResourceTypeFilterCredential = class
    interface IResourceTypeFilterCredential
    interface IJsonSerializable
    interface ICredentialReference
    interface IValidates
Public Class ResourceTypeFilterCredential
Implements IResourceTypeFilterCredential, IValidates
Inheritance
ResourceTypeFilterCredential
Attributes
Implements

Constructors

ResourceTypeFilterCredential()

Creates an new ResourceTypeFilterCredential instance.

Properties

CredentialType
ReferenceName

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ResourceTypeFilterCredential.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ResourceTypeFilterCredential.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Purviewdata.Models.Api20211001Preview.IResourceTypeFilterCredential.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of ResourceTypeFilterCredential into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()
Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to