次の方法で共有


PacketCoreControlPlaneVersionPropertiesFormat Class

  • java.lang.Object
    • com.azure.resourcemanager.mobilenetwork.fluent.models.PacketCoreControlPlaneVersionPropertiesFormat

public final class PacketCoreControlPlaneVersionPropertiesFormat

Packet core control plane version properties.

Constructor Summary

Constructor Description
PacketCoreControlPlaneVersionPropertiesFormat()

Creates an instance of PacketCoreControlPlaneVersionPropertiesFormat class.

Method Summary

Modifier and Type Method and Description
List<Platform> platforms()

Get the platforms property: Platform specific packet core control plane version properties.

ProvisioningState provisioningState()

Get the provisioningState property: The provisioning state of the packet core control plane version resource.

void validate()

Validates the instance.

PacketCoreControlPlaneVersionPropertiesFormat withPlatforms(List<Platform> platforms)

Set the platforms property: Platform specific packet core control plane version properties.

Methods inherited from java.lang.Object

Constructor Details

PacketCoreControlPlaneVersionPropertiesFormat

public PacketCoreControlPlaneVersionPropertiesFormat()

Creates an instance of PacketCoreControlPlaneVersionPropertiesFormat class.

Method Details

platforms

public List<Platform> platforms()

Get the platforms property: Platform specific packet core control plane version properties.

Returns:

the platforms value.

provisioningState

public ProvisioningState provisioningState()

Get the provisioningState property: The provisioning state of the packet core control plane version resource.

Returns:

the provisioningState value.

validate

public void validate()

Validates the instance.

withPlatforms

public PacketCoreControlPlaneVersionPropertiesFormat withPlatforms(List<Platform> platforms)

Set the platforms property: Platform specific packet core control plane version properties.

Parameters:

platforms - the platforms value to set.

Returns:

the PacketCoreControlPlaneVersionPropertiesFormat object itself.

Applies to