ResourceAccessRule 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.
Resource Access Rule.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.ResourceAccessRuleTypeConverter))]
public class ResourceAccessRule : Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.IResourceAccessRule
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.ResourceAccessRuleTypeConverter))>]
type ResourceAccessRule = class
interface IResourceAccessRule
interface IJsonSerializable
Public Class ResourceAccessRule
Implements IResourceAccessRule
- Inheritance
-
ResourceAccessRule
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| ResourceAccessRule() |
Creates an new ResourceAccessRule instance. |
Properties
| Name | Description |
|---|---|
| ResourceId |
Resource Id |
| TenantId |
Tenant Id |
Methods
| Name | Description |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of ResourceAccessRule. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of ResourceAccessRule. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.IResourceAccessRule. |
| FromJsonString(String) |
Creates a new instance of ResourceAccessRule, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of ResourceAccessRule into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |