Class GetWebAppDomainOwnershipIdentifierSlotResult
- java.lang.Object
-
- com.pulumi.azurenative.web.outputs.GetWebAppDomainOwnershipIdentifierSlotResult
-
public final class GetWebAppDomainOwnershipIdentifierSlotResult extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
GetWebAppDomainOwnershipIdentifierSlotResult.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static GetWebAppDomainOwnershipIdentifierSlotResult.Builder
builder()
static GetWebAppDomainOwnershipIdentifierSlotResult.Builder
builder(GetWebAppDomainOwnershipIdentifierSlotResult defaults)
java.lang.String
id()
java.util.Optional<java.lang.String>
kind()
java.lang.String
name()
java.lang.String
type()
java.util.Optional<java.lang.String>
value()
-
-
-
Method Detail
-
id
public java.lang.String id()
- Returns:
- Resource Id.
-
kind
public java.util.Optional<java.lang.String> kind()
- Returns:
- Kind of resource.
-
name
public java.lang.String name()
- Returns:
- Resource Name.
-
type
public java.lang.String type()
- Returns:
- Resource type.
-
value
public java.util.Optional<java.lang.String> value()
- Returns:
- String representation of the identity.
-
builder
public static GetWebAppDomainOwnershipIdentifierSlotResult.Builder builder()
-
builder
public static GetWebAppDomainOwnershipIdentifierSlotResult.Builder builder(GetWebAppDomainOwnershipIdentifierSlotResult defaults)
-
-