ArmPostgreSqlFlexibleServersModelFactory.PostgreSqlFlexibleServerNameAvailabilityContent Method
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 PostgreSqlFlexibleServerNameAvailabilityContent.
public static Azure.ResourceManager.PostgreSql.FlexibleServers.Models.PostgreSqlFlexibleServerNameAvailabilityContent PostgreSqlFlexibleServerNameAvailabilityContent (string name = default, Azure.Core.ResourceType? resourceType = default);
static member PostgreSqlFlexibleServerNameAvailabilityContent : string * Nullable<Azure.Core.ResourceType> -> Azure.ResourceManager.PostgreSql.FlexibleServers.Models.PostgreSqlFlexibleServerNameAvailabilityContent
Public Shared Function PostgreSqlFlexibleServerNameAvailabilityContent (Optional name As String = Nothing, Optional resourceType As Nullable(Of ResourceType) = Nothing) As PostgreSqlFlexibleServerNameAvailabilityContent
Parameters
- name
- String
The name of the resource for which availability needs to be checked.
- resourceType
- Nullable<ResourceType>
The resource type.
Returns
A new PostgreSqlFlexibleServerNameAvailabilityContent instance for mocking.
Applies to
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.
Azure SDK for .NET