다음을 통해 공유


ResourceTypeFilter Class

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Purviewdata.Models.Api20211001Preview.ResourceTypeFilterTypeConverter))]
public class ResourceTypeFilter : Microsoft.Azure.PowerShell.Cmdlets.Purviewdata.Models.Api20211001Preview.IResourceTypeFilter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Purviewdata.Models.Api20211001Preview.ResourceTypeFilterTypeConverter))>]
type ResourceTypeFilter = class
    interface IResourceTypeFilter
    interface IJsonSerializable
Public Class ResourceTypeFilter
Implements IResourceTypeFilter
Inheritance
ResourceTypeFilter
Attributes
Implements

Constructors

ResourceTypeFilter()

Creates an new ResourceTypeFilter instance.

Properties

CredentialReferenceName
CredentialType
ResourceNameFilterExcludePrefix
ResourceNameFilterIncludePrefix
ResourceNameFilterResource
ScanRulesetName
ScanRulesetType

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ResourceTypeFilter.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ResourceTypeFilter.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of ResourceTypeFilter into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to