Skip to content

ResourceFiltersProperty

Initializer

using AlibabaCloud.SDK.ROS.CDK.Ros;
new ResourceFiltersProperty {
    object Effect = null,
    object IncludeDeletionProtection = null,
    object RegionIds = null,
    object ResourceGroupIds = null,
    object ResourceIds = null,
    object ResourceNamePatterns = null,
    object ResourceTypePatterns = null,
    TagsProperty[] Tags = null
};

Properties

Name Type Description
Effect object No description.
IncludeDeletionProtection object No description.
RegionIds object No description.
ResourceGroupIds object No description.
ResourceIds object No description.
ResourceNamePatterns object No description.
ResourceTypePatterns object No description.
Tags TagsProperty[] No description.

EffectOptional

public object Effect { get; set; }
  • Type: object

IncludeDeletionProtectionOptional

public object IncludeDeletionProtection { get; set; }
  • Type: object

RegionIdsOptional

public object RegionIds { get; set; }
  • Type: object

ResourceGroupIdsOptional

public object ResourceGroupIds { get; set; }
  • Type: object

ResourceIdsOptional

public object ResourceIds { get; set; }
  • Type: object

ResourceNamePatternsOptional

public object ResourceNamePatterns { get; set; }
  • Type: object

ResourceTypePatternsOptional

public object ResourceTypePatterns { get; set; }
  • Type: object

TagsOptional

public TagsProperty[] Tags { get; set; }