ArmEnergyServicesModelFactory.EnergyServiceProperties Method
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 EnergyServiceProperties.
C#
public static Azure.ResourceManager.EnergyServices.Models.EnergyServiceProperties EnergyServiceProperties(string dnsName = default, Azure.ResourceManager.EnergyServices.Models.ProvisioningState? provisioningState = default, string authAppId = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.EnergyServices.Models.DataPartitionName> dataPartitionNames = default);
static member EnergyServiceProperties : string * Nullable<Azure.ResourceManager.EnergyServices.Models.ProvisioningState> * string * seq<Azure.ResourceManager.EnergyServices.Models.DataPartitionName> -> Azure.ResourceManager.EnergyServices.Models.EnergyServiceProperties
Public Shared Function EnergyServiceProperties (Optional dnsName As String = Nothing, Optional provisioningState As Nullable(Of ProvisioningState) = Nothing, Optional authAppId As String = Nothing, Optional dataPartitionNames As IEnumerable(Of DataPartitionName) = Nothing) As EnergyServiceProperties
- dnsName
- String
- provisioningState
- Nullable<ProvisioningState>
- authAppId
- String
- dataPartitionNames
- IEnumerable<DataPartitionName>
A new EnergyServiceProperties instance for mocking.
Product | Versions |
---|---|
Azure SDK for .NET | Preview |
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 feedback
Azure SDK for .NET is an open source project. Select a link to provide feedback: