Class AvailablePrivateEndpointTypeInner
- java.lang.Object
-
- com.azure.resourcemanager.network.fluent.models.AvailablePrivateEndpointTypeInner
-
public final class AvailablePrivateEndpointTypeInner extends Object
The information of an AvailablePrivateEndpointType.
-
-
Constructor Summary
Constructors Constructor Description AvailablePrivateEndpointTypeInner()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringdisplayName()Get the displayName property: Display name of the resource.Stringid()Get the id property: A unique identifier of the AvailablePrivateEndpoint Type resource.Stringname()Get the name property: The name of the service and resource.StringresourceName()Get the resourceName property: The name of the service and resource.Stringtype()Get the type property: Resource type.voidvalidate()Validates the instance.AvailablePrivateEndpointTypeInnerwithDisplayName(String displayName)Set the displayName property: Display name of the resource.AvailablePrivateEndpointTypeInnerwithId(String id)Set the id property: A unique identifier of the AvailablePrivateEndpoint Type resource.AvailablePrivateEndpointTypeInnerwithName(String name)Set the name property: The name of the service and resource.AvailablePrivateEndpointTypeInnerwithResourceName(String resourceName)Set the resourceName property: The name of the service and resource.AvailablePrivateEndpointTypeInnerwithType(String type)Set the type property: Resource type.
-
-
-
Method Detail
-
name
public String name()
Get the name property: The name of the service and resource.- Returns:
- the name value.
-
withName
public AvailablePrivateEndpointTypeInner withName(String name)
Set the name property: The name of the service and resource.- Parameters:
name- the name value to set.- Returns:
- the AvailablePrivateEndpointTypeInner object itself.
-
id
public String id()
Get the id property: A unique identifier of the AvailablePrivateEndpoint Type resource.- Returns:
- the id value.
-
withId
public AvailablePrivateEndpointTypeInner withId(String id)
Set the id property: A unique identifier of the AvailablePrivateEndpoint Type resource.- Parameters:
id- the id value to set.- Returns:
- the AvailablePrivateEndpointTypeInner object itself.
-
type
public String type()
Get the type property: Resource type.- Returns:
- the type value.
-
withType
public AvailablePrivateEndpointTypeInner withType(String type)
Set the type property: Resource type.- Parameters:
type- the type value to set.- Returns:
- the AvailablePrivateEndpointTypeInner object itself.
-
resourceName
public String resourceName()
Get the resourceName property: The name of the service and resource.- Returns:
- the resourceName value.
-
withResourceName
public AvailablePrivateEndpointTypeInner withResourceName(String resourceName)
Set the resourceName property: The name of the service and resource.- Parameters:
resourceName- the resourceName value to set.- Returns:
- the AvailablePrivateEndpointTypeInner object itself.
-
displayName
public String displayName()
Get the displayName property: Display name of the resource.- Returns:
- the displayName value.
-
withDisplayName
public AvailablePrivateEndpointTypeInner withDisplayName(String displayName)
Set the displayName property: Display name of the resource.- Parameters:
displayName- the displayName value to set.- Returns:
- the AvailablePrivateEndpointTypeInner object itself.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-