ChaosPrivateAccessData(AzureLocation, ChaosPrivateAccessProperties) 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 ChaosPrivateAccessData.
public ChaosPrivateAccessData(Azure.Core.AzureLocation location, Azure.ResourceManager.Chaos.Models.ChaosPrivateAccessProperties properties);
new Azure.ResourceManager.Chaos.ChaosPrivateAccessData : Azure.Core.AzureLocation * Azure.ResourceManager.Chaos.Models.ChaosPrivateAccessProperties -> Azure.ResourceManager.Chaos.ChaosPrivateAccessData
Public Sub New (location As AzureLocation, properties As ChaosPrivateAccessProperties)
Parameters
- location
- AzureLocation
The geo-location where the resource lives.
- properties
- ChaosPrivateAccessProperties
The resource-specific properties for this resource.
Exceptions
properties is null.