DataBoxEdgeShareData Constructor
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.
Initializes a new instance of DataBoxEdgeShareData.
public DataBoxEdgeShareData (Azure.ResourceManager.DataBoxEdge.Models.ShareStatus shareStatus, Azure.ResourceManager.DataBoxEdge.Models.DataBoxEdgeShareMonitoringStatus monitoringStatus, Azure.ResourceManager.DataBoxEdge.Models.ShareAccessProtocol accessProtocol);
new Azure.ResourceManager.DataBoxEdge.DataBoxEdgeShareData : Azure.ResourceManager.DataBoxEdge.Models.ShareStatus * Azure.ResourceManager.DataBoxEdge.Models.DataBoxEdgeShareMonitoringStatus * Azure.ResourceManager.DataBoxEdge.Models.ShareAccessProtocol -> Azure.ResourceManager.DataBoxEdge.DataBoxEdgeShareData
Public Sub New (shareStatus As ShareStatus, monitoringStatus As DataBoxEdgeShareMonitoringStatus, accessProtocol As ShareAccessProtocol)
Parameters
- shareStatus
- ShareStatus
Current status of the share.
- monitoringStatus
- DataBoxEdgeShareMonitoringStatus
Current monitoring status of the share.
- accessProtocol
- ShareAccessProtocol
Access protocol to be used by the share.
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