MountFileShareConfiguration 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.
Gets or sets the file share configuration where the transport directory fileshare already exists, and user wishes to mount the fileshare as a part of the create infra flow.
public class MountFileShareConfiguration : Azure.ResourceManager.Workloads.Models.FileShareConfiguration
public class MountFileShareConfiguration : Azure.ResourceManager.Workloads.Models.FileShareConfiguration, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Workloads.Models.MountFileShareConfiguration>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Workloads.Models.MountFileShareConfiguration>
type MountFileShareConfiguration = class
inherit FileShareConfiguration
type MountFileShareConfiguration = class
inherit FileShareConfiguration
interface IJsonModel<MountFileShareConfiguration>
interface IPersistableModel<MountFileShareConfiguration>
Public Class MountFileShareConfiguration
Inherits FileShareConfiguration
Public Class MountFileShareConfiguration
Inherits FileShareConfiguration
Implements IJsonModel(Of MountFileShareConfiguration), IPersistableModel(Of MountFileShareConfiguration)
- Inheritance
- Implements
Constructors
MountFileShareConfiguration(ResourceIdentifier, ResourceIdentifier) |
Initializes a new instance of MountFileShareConfiguration. |
Properties
FileShareId |
The fileshare resource ID. |
PrivateEndpointId |
The private endpoint resource ID. |
Explicit Interface Implementations
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET