Documentation ¶
Index ¶
- func NewStorageBlobInventoryPolicyRulesFilterOutputReference_Override(s StorageBlobInventoryPolicyRulesFilterOutputReference, ...)
- func NewStorageBlobInventoryPolicyRulesList_Override(s StorageBlobInventoryPolicyRulesList, ...)
- func NewStorageBlobInventoryPolicyRulesOutputReference_Override(s StorageBlobInventoryPolicyRulesOutputReference, ...)
- func NewStorageBlobInventoryPolicyTimeoutsOutputReference_Override(s StorageBlobInventoryPolicyTimeoutsOutputReference, ...)
- func NewStorageBlobInventoryPolicy_Override(s StorageBlobInventoryPolicy, scope constructs.Construct, id *string, ...)
- func StorageBlobInventoryPolicy_IsConstruct(x interface{}) *bool
- func StorageBlobInventoryPolicy_TfResourceType() *string
- type StorageBlobInventoryPolicy
- type StorageBlobInventoryPolicyConfig
- type StorageBlobInventoryPolicyRules
- type StorageBlobInventoryPolicyRulesFilter
- type StorageBlobInventoryPolicyRulesFilterOutputReference
- type StorageBlobInventoryPolicyRulesList
- type StorageBlobInventoryPolicyRulesOutputReference
- type StorageBlobInventoryPolicyTimeouts
- type StorageBlobInventoryPolicyTimeoutsOutputReference
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewStorageBlobInventoryPolicyRulesFilterOutputReference_Override ¶
func NewStorageBlobInventoryPolicyRulesFilterOutputReference_Override(s StorageBlobInventoryPolicyRulesFilterOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewStorageBlobInventoryPolicyRulesList_Override ¶
func NewStorageBlobInventoryPolicyRulesList_Override(s StorageBlobInventoryPolicyRulesList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewStorageBlobInventoryPolicyRulesOutputReference_Override ¶
func NewStorageBlobInventoryPolicyRulesOutputReference_Override(s StorageBlobInventoryPolicyRulesOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewStorageBlobInventoryPolicyTimeoutsOutputReference_Override ¶
func NewStorageBlobInventoryPolicyTimeoutsOutputReference_Override(s StorageBlobInventoryPolicyTimeoutsOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewStorageBlobInventoryPolicy_Override ¶
func NewStorageBlobInventoryPolicy_Override(s StorageBlobInventoryPolicy, scope constructs.Construct, id *string, config *StorageBlobInventoryPolicyConfig)
Create a new {@link https://www.terraform.io/docs/providers/azurerm/r/storage_blob_inventory_policy azurerm_storage_blob_inventory_policy} Resource.
func StorageBlobInventoryPolicy_IsConstruct ¶
func StorageBlobInventoryPolicy_IsConstruct(x interface{}) *bool
Checks if `x` is a construct.
Use this method instead of `instanceof` to properly detect `Construct` instances, even when the construct library is symlinked.
Explanation: in JavaScript, multiple copies of the `constructs` library on disk are seen as independent, completely different libraries. As a consequence, the class `Construct` in each copy of the `constructs` library is seen as a different class, and an instance of one class will not test as `instanceof` the other class. `npm install` will not create installations like this, but users may manually symlink construct libraries together or use a monorepo tool: in those cases, multiple copies of the `constructs` library can be accidentally installed, and `instanceof` will behave unpredictably. It is safest to avoid using `instanceof`, and using this type-testing method instead.
Returns: true if `x` is an object created from a class which extends `Construct`.
func StorageBlobInventoryPolicy_TfResourceType ¶
func StorageBlobInventoryPolicy_TfResourceType() *string
Types ¶
type StorageBlobInventoryPolicy ¶
type StorageBlobInventoryPolicy interface { cdktf.TerraformResource // Experimental. CdktfStack() cdktf.TerraformStack // Experimental. Connection() interface{} // Experimental. SetConnection(val interface{}) // Experimental. ConstructNodeMetadata() *map[string]interface{} // Experimental. Count() *float64 // Experimental. SetCount(val *float64) // Experimental. DependsOn() *[]*string // Experimental. SetDependsOn(val *[]*string) // Experimental. ForEach() cdktf.ITerraformIterator // Experimental. SetForEach(val cdktf.ITerraformIterator) // Experimental. Fqn() *string // Experimental. FriendlyUniqueId() *string Id() *string SetId(val *string) IdInput() *string // Experimental. Lifecycle() *cdktf.TerraformResourceLifecycle // Experimental. SetLifecycle(val *cdktf.TerraformResourceLifecycle) // The tree node. Node() constructs.Node // Experimental. Provider() cdktf.TerraformProvider // Experimental. SetProvider(val cdktf.TerraformProvider) // Experimental. Provisioners() *[]interface{} // Experimental. SetProvisioners(val *[]interface{}) // Experimental. RawOverrides() interface{} Rules() StorageBlobInventoryPolicyRulesList RulesInput() interface{} StorageAccountId() *string SetStorageAccountId(val *string) StorageAccountIdInput() *string // Experimental. TerraformGeneratorMetadata() *cdktf.TerraformProviderGeneratorMetadata // Experimental. TerraformMetaArguments() *map[string]interface{} // Experimental. TerraformResourceType() *string Timeouts() StorageBlobInventoryPolicyTimeoutsOutputReference TimeoutsInput() interface{} // Experimental. AddOverride(path *string, value interface{}) // Experimental. GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{} // Experimental. GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable // Experimental. GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool // Experimental. GetListAttribute(terraformAttribute *string) *[]*string // Experimental. GetNumberAttribute(terraformAttribute *string) *float64 // Experimental. GetNumberListAttribute(terraformAttribute *string) *[]*float64 // Experimental. GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64 // Experimental. GetStringAttribute(terraformAttribute *string) *string // Experimental. GetStringMapAttribute(terraformAttribute *string) *map[string]*string // Experimental. InterpolationForAttribute(terraformAttribute *string) cdktf.IResolvable // Overrides the auto-generated logical ID with a specific ID. // Experimental. OverrideLogicalId(newLogicalId *string) PutRules(value interface{}) PutTimeouts(value *StorageBlobInventoryPolicyTimeouts) ResetId() // Resets a previously passed logical Id to use the auto-generated logical id again. // Experimental. ResetOverrideLogicalId() ResetTimeouts() SynthesizeAttributes() *map[string]interface{} // Experimental. ToMetadata() interface{} // Returns a string representation of this construct. ToString() *string // Adds this resource to the terraform JSON output. // Experimental. ToTerraform() interface{} }
Represents a {@link https://www.terraform.io/docs/providers/azurerm/r/storage_blob_inventory_policy azurerm_storage_blob_inventory_policy}.
func NewStorageBlobInventoryPolicy ¶
func NewStorageBlobInventoryPolicy(scope constructs.Construct, id *string, config *StorageBlobInventoryPolicyConfig) StorageBlobInventoryPolicy
Create a new {@link https://www.terraform.io/docs/providers/azurerm/r/storage_blob_inventory_policy azurerm_storage_blob_inventory_policy} Resource.
type StorageBlobInventoryPolicyConfig ¶
type StorageBlobInventoryPolicyConfig struct { // Experimental. Connection interface{} `field:"optional" json:"connection" yaml:"connection"` // Experimental. Count *float64 `field:"optional" json:"count" yaml:"count"` // Experimental. DependsOn *[]cdktf.ITerraformDependable `field:"optional" json:"dependsOn" yaml:"dependsOn"` // Experimental. ForEach cdktf.ITerraformIterator `field:"optional" json:"forEach" yaml:"forEach"` // Experimental. Lifecycle *cdktf.TerraformResourceLifecycle `field:"optional" json:"lifecycle" yaml:"lifecycle"` // Experimental. Provider cdktf.TerraformProvider `field:"optional" json:"provider" yaml:"provider"` // Experimental. Provisioners *[]interface{} `field:"optional" json:"provisioners" yaml:"provisioners"` // rules block. // // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/azurerm/r/storage_blob_inventory_policy#rules StorageBlobInventoryPolicy#rules} Rules interface{} `field:"required" json:"rules" yaml:"rules"` // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/azurerm/r/storage_blob_inventory_policy#storage_account_id StorageBlobInventoryPolicy#storage_account_id}. StorageAccountId *string `field:"required" json:"storageAccountId" yaml:"storageAccountId"` // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/azurerm/r/storage_blob_inventory_policy#id StorageBlobInventoryPolicy#id}. // // Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. // If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. Id *string `field:"optional" json:"id" yaml:"id"` // timeouts block. // // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/azurerm/r/storage_blob_inventory_policy#timeouts StorageBlobInventoryPolicy#timeouts} Timeouts *StorageBlobInventoryPolicyTimeouts `field:"optional" json:"timeouts" yaml:"timeouts"` }
type StorageBlobInventoryPolicyRules ¶
type StorageBlobInventoryPolicyRules struct { // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/azurerm/r/storage_blob_inventory_policy#format StorageBlobInventoryPolicy#format}. Format *string `field:"required" json:"format" yaml:"format"` // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/azurerm/r/storage_blob_inventory_policy#name StorageBlobInventoryPolicy#name}. Name *string `field:"required" json:"name" yaml:"name"` // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/azurerm/r/storage_blob_inventory_policy#schedule StorageBlobInventoryPolicy#schedule}. Schedule *string `field:"required" json:"schedule" yaml:"schedule"` // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/azurerm/r/storage_blob_inventory_policy#schema_fields StorageBlobInventoryPolicy#schema_fields}. SchemaFields *[]*string `field:"required" json:"schemaFields" yaml:"schemaFields"` // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/azurerm/r/storage_blob_inventory_policy#scope StorageBlobInventoryPolicy#scope}. Scope *string `field:"required" json:"scope" yaml:"scope"` // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/azurerm/r/storage_blob_inventory_policy#storage_container_name StorageBlobInventoryPolicy#storage_container_name}. StorageContainerName *string `field:"required" json:"storageContainerName" yaml:"storageContainerName"` // filter block. // // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/azurerm/r/storage_blob_inventory_policy#filter StorageBlobInventoryPolicy#filter} Filter *StorageBlobInventoryPolicyRulesFilter `field:"optional" json:"filter" yaml:"filter"` }
type StorageBlobInventoryPolicyRulesFilter ¶
type StorageBlobInventoryPolicyRulesFilter struct { // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/azurerm/r/storage_blob_inventory_policy#blob_types StorageBlobInventoryPolicy#blob_types}. BlobTypes *[]*string `field:"required" json:"blobTypes" yaml:"blobTypes"` // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/azurerm/r/storage_blob_inventory_policy#include_blob_versions StorageBlobInventoryPolicy#include_blob_versions}. IncludeBlobVersions interface{} `field:"optional" json:"includeBlobVersions" yaml:"includeBlobVersions"` // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/azurerm/r/storage_blob_inventory_policy#include_snapshots StorageBlobInventoryPolicy#include_snapshots}. IncludeSnapshots interface{} `field:"optional" json:"includeSnapshots" yaml:"includeSnapshots"` // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/azurerm/r/storage_blob_inventory_policy#prefix_match StorageBlobInventoryPolicy#prefix_match}. PrefixMatch *[]*string `field:"optional" json:"prefixMatch" yaml:"prefixMatch"` }
type StorageBlobInventoryPolicyRulesFilterOutputReference ¶
type StorageBlobInventoryPolicyRulesFilterOutputReference interface { cdktf.ComplexObject BlobTypes() *[]*string SetBlobTypes(val *[]*string) BlobTypesInput() *[]*string // the index of the complex object in a list. // Experimental. ComplexObjectIndex() interface{} // Experimental. SetComplexObjectIndex(val interface{}) // set to true if this item is from inside a set and needs tolist() for accessing it set to "0" for single list items. // Experimental. ComplexObjectIsFromSet() *bool // Experimental. SetComplexObjectIsFromSet(val *bool) // The creation stack of this resolvable which will be appended to errors thrown during resolution. // // If this returns an empty array the stack will not be attached. // Experimental. CreationStack() *[]*string // Experimental. Fqn() *string IncludeBlobVersions() interface{} SetIncludeBlobVersions(val interface{}) IncludeBlobVersionsInput() interface{} IncludeSnapshots() interface{} SetIncludeSnapshots(val interface{}) IncludeSnapshotsInput() interface{} InternalValue() *StorageBlobInventoryPolicyRulesFilter SetInternalValue(val *StorageBlobInventoryPolicyRulesFilter) PrefixMatch() *[]*string SetPrefixMatch(val *[]*string) PrefixMatchInput() *[]*string // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) // Experimental. ComputeFqn() *string // Experimental. GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{} // Experimental. GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable // Experimental. GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool // Experimental. GetListAttribute(terraformAttribute *string) *[]*string // Experimental. GetNumberAttribute(terraformAttribute *string) *float64 // Experimental. GetNumberListAttribute(terraformAttribute *string) *[]*float64 // Experimental. GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64 // Experimental. GetStringAttribute(terraformAttribute *string) *string // Experimental. GetStringMapAttribute(terraformAttribute *string) *map[string]*string // Experimental. InterpolationAsList() cdktf.IResolvable // Experimental. InterpolationForAttribute(property *string) cdktf.IResolvable ResetIncludeBlobVersions() ResetIncludeSnapshots() ResetPrefixMatch() // Produce the Token's value at resolution time. // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // Return a string representation of this resolvable object. // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewStorageBlobInventoryPolicyRulesFilterOutputReference ¶
func NewStorageBlobInventoryPolicyRulesFilterOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) StorageBlobInventoryPolicyRulesFilterOutputReference
type StorageBlobInventoryPolicyRulesList ¶
type StorageBlobInventoryPolicyRulesList interface { cdktf.ComplexList // The creation stack of this resolvable which will be appended to errors thrown during resolution. // // If this returns an empty array the stack will not be attached. // Experimental. CreationStack() *[]*string // Experimental. Fqn() *string InternalValue() interface{} SetInternalValue(val interface{}) // The attribute on the parent resource this class is referencing. TerraformAttribute() *string SetTerraformAttribute(val *string) // The parent resource. TerraformResource() cdktf.IInterpolatingParent SetTerraformResource(val cdktf.IInterpolatingParent) // whether the list is wrapping a set (will add tolist() to be able to access an item via an index). WrapsSet() *bool SetWrapsSet(val *bool) // Experimental. ComputeFqn() *string Get(index *float64) StorageBlobInventoryPolicyRulesOutputReference // Produce the Token's value at resolution time. // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // Return a string representation of this resolvable object. // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewStorageBlobInventoryPolicyRulesList ¶
func NewStorageBlobInventoryPolicyRulesList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) StorageBlobInventoryPolicyRulesList
type StorageBlobInventoryPolicyRulesOutputReference ¶
type StorageBlobInventoryPolicyRulesOutputReference interface { cdktf.ComplexObject // the index of the complex object in a list. // Experimental. ComplexObjectIndex() interface{} // Experimental. SetComplexObjectIndex(val interface{}) // set to true if this item is from inside a set and needs tolist() for accessing it set to "0" for single list items. // Experimental. ComplexObjectIsFromSet() *bool // Experimental. SetComplexObjectIsFromSet(val *bool) // The creation stack of this resolvable which will be appended to errors thrown during resolution. // // If this returns an empty array the stack will not be attached. // Experimental. CreationStack() *[]*string Filter() StorageBlobInventoryPolicyRulesFilterOutputReference FilterInput() *StorageBlobInventoryPolicyRulesFilter Format() *string SetFormat(val *string) FormatInput() *string // Experimental. Fqn() *string InternalValue() interface{} SetInternalValue(val interface{}) Name() *string SetName(val *string) NameInput() *string Schedule() *string SetSchedule(val *string) ScheduleInput() *string SchemaFields() *[]*string SetSchemaFields(val *[]*string) SchemaFieldsInput() *[]*string Scope() *string SetScope(val *string) ScopeInput() *string StorageContainerName() *string SetStorageContainerName(val *string) StorageContainerNameInput() *string // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) // Experimental. ComputeFqn() *string // Experimental. GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{} // Experimental. GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable // Experimental. GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool // Experimental. GetListAttribute(terraformAttribute *string) *[]*string // Experimental. GetNumberAttribute(terraformAttribute *string) *float64 // Experimental. GetNumberListAttribute(terraformAttribute *string) *[]*float64 // Experimental. GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64 // Experimental. GetStringAttribute(terraformAttribute *string) *string // Experimental. GetStringMapAttribute(terraformAttribute *string) *map[string]*string // Experimental. InterpolationAsList() cdktf.IResolvable // Experimental. InterpolationForAttribute(property *string) cdktf.IResolvable PutFilter(value *StorageBlobInventoryPolicyRulesFilter) ResetFilter() // Produce the Token's value at resolution time. // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // Return a string representation of this resolvable object. // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewStorageBlobInventoryPolicyRulesOutputReference ¶
func NewStorageBlobInventoryPolicyRulesOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) StorageBlobInventoryPolicyRulesOutputReference
type StorageBlobInventoryPolicyTimeouts ¶
type StorageBlobInventoryPolicyTimeouts struct { // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/azurerm/r/storage_blob_inventory_policy#create StorageBlobInventoryPolicy#create}. Create *string `field:"optional" json:"create" yaml:"create"` // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/azurerm/r/storage_blob_inventory_policy#delete StorageBlobInventoryPolicy#delete}. Delete *string `field:"optional" json:"delete" yaml:"delete"` // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/azurerm/r/storage_blob_inventory_policy#read StorageBlobInventoryPolicy#read}. Read *string `field:"optional" json:"read" yaml:"read"` // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/azurerm/r/storage_blob_inventory_policy#update StorageBlobInventoryPolicy#update}. Update *string `field:"optional" json:"update" yaml:"update"` }
type StorageBlobInventoryPolicyTimeoutsOutputReference ¶
type StorageBlobInventoryPolicyTimeoutsOutputReference interface { cdktf.ComplexObject // the index of the complex object in a list. // Experimental. ComplexObjectIndex() interface{} // Experimental. SetComplexObjectIndex(val interface{}) // set to true if this item is from inside a set and needs tolist() for accessing it set to "0" for single list items. // Experimental. ComplexObjectIsFromSet() *bool // Experimental. SetComplexObjectIsFromSet(val *bool) Create() *string SetCreate(val *string) CreateInput() *string // The creation stack of this resolvable which will be appended to errors thrown during resolution. // // If this returns an empty array the stack will not be attached. // Experimental. CreationStack() *[]*string Delete() *string SetDelete(val *string) DeleteInput() *string // Experimental. Fqn() *string InternalValue() interface{} SetInternalValue(val interface{}) Read() *string SetRead(val *string) ReadInput() *string // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) Update() *string SetUpdate(val *string) UpdateInput() *string // Experimental. ComputeFqn() *string // Experimental. GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{} // Experimental. GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable // Experimental. GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool // Experimental. GetListAttribute(terraformAttribute *string) *[]*string // Experimental. GetNumberAttribute(terraformAttribute *string) *float64 // Experimental. GetNumberListAttribute(terraformAttribute *string) *[]*float64 // Experimental. GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64 // Experimental. GetStringAttribute(terraformAttribute *string) *string // Experimental. GetStringMapAttribute(terraformAttribute *string) *map[string]*string // Experimental. InterpolationAsList() cdktf.IResolvable // Experimental. InterpolationForAttribute(property *string) cdktf.IResolvable ResetCreate() ResetDelete() ResetRead() ResetUpdate() // Produce the Token's value at resolution time. // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // Return a string representation of this resolvable object. // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewStorageBlobInventoryPolicyTimeoutsOutputReference ¶
func NewStorageBlobInventoryPolicyTimeoutsOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) StorageBlobInventoryPolicyTimeoutsOutputReference
Source Files ¶
- storageblobinventorypolicy.go
- storageblobinventorypolicy_StorageBlobInventoryPolicy.go
- storageblobinventorypolicy_StorageBlobInventoryPolicyConfig.go
- storageblobinventorypolicy_StorageBlobInventoryPolicyRules.go
- storageblobinventorypolicy_StorageBlobInventoryPolicyRulesFilter.go
- storageblobinventorypolicy_StorageBlobInventoryPolicyRulesFilterOutputReference.go
- storageblobinventorypolicy_StorageBlobInventoryPolicyRulesFilterOutputReference__runtime_type_checks.go
- storageblobinventorypolicy_StorageBlobInventoryPolicyRulesList.go
- storageblobinventorypolicy_StorageBlobInventoryPolicyRulesList__runtime_type_checks.go
- storageblobinventorypolicy_StorageBlobInventoryPolicyRulesOutputReference.go
- storageblobinventorypolicy_StorageBlobInventoryPolicyRulesOutputReference__runtime_type_checks.go
- storageblobinventorypolicy_StorageBlobInventoryPolicyTimeouts.go
- storageblobinventorypolicy_StorageBlobInventoryPolicyTimeoutsOutputReference.go
- storageblobinventorypolicy_StorageBlobInventoryPolicyTimeoutsOutputReference__runtime_type_checks.go
- storageblobinventorypolicy_StorageBlobInventoryPolicy__runtime_type_checks.go