SmbOAuthSettings 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.
Setting property for Managed Identity access over SMB using OAuth
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.SmbOAuthSettingsTypeConverter))]
public class SmbOAuthSettings : Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.ISmbOAuthSettings
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.SmbOAuthSettingsTypeConverter))>]
type SmbOAuthSettings = class
interface ISmbOAuthSettings
interface IJsonSerializable
Public Class SmbOAuthSettings
Implements ISmbOAuthSettings
- Inheritance
-
SmbOAuthSettings
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| SmbOAuthSettings() |
Creates an new SmbOAuthSettings instance. |
Properties
| Name | Description |
|---|---|
| IsSmbOAuthEnabled |
Specifies if managed identities can access SMB shares using OAuth. The default interpretation is false for this property. |
Methods
| Name | Description |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of SmbOAuthSettings. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of SmbOAuthSettings. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.ISmbOAuthSettings. |
| FromJsonString(String) |
Creates a new instance of SmbOAuthSettings, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of SmbOAuthSettings into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |