azure-native.edgeorder.getAddress
Explore with Pulumi AI
Get information about the specified address. Azure REST API version: 2022-05-01-preview.
Using getAddress
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getAddress(args: GetAddressArgs, opts?: InvokeOptions): Promise<GetAddressResult>
function getAddressOutput(args: GetAddressOutputArgs, opts?: InvokeOptions): Output<GetAddressResult>
def get_address(address_name: Optional[str] = None,
resource_group_name: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetAddressResult
def get_address_output(address_name: Optional[pulumi.Input[str]] = None,
resource_group_name: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetAddressResult]
func LookupAddress(ctx *Context, args *LookupAddressArgs, opts ...InvokeOption) (*LookupAddressResult, error)
func LookupAddressOutput(ctx *Context, args *LookupAddressOutputArgs, opts ...InvokeOption) LookupAddressResultOutput
> Note: This function is named LookupAddress
in the Go SDK.
public static class GetAddress
{
public static Task<GetAddressResult> InvokeAsync(GetAddressArgs args, InvokeOptions? opts = null)
public static Output<GetAddressResult> Invoke(GetAddressInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetAddressResult> getAddress(GetAddressArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: azure-native:edgeorder:getAddress
arguments:
# arguments dictionary
The following arguments are supported:
- Address
Name string The name of the address Resource within the specified resource group. address names must be between 3 and 24 characters in length and use any alphanumeric and underscore only.
- Resource
Group stringName The name of the resource group. The name is case insensitive.
- Address
Name string The name of the address Resource within the specified resource group. address names must be between 3 and 24 characters in length and use any alphanumeric and underscore only.
- Resource
Group stringName The name of the resource group. The name is case insensitive.
- address
Name String The name of the address Resource within the specified resource group. address names must be between 3 and 24 characters in length and use any alphanumeric and underscore only.
- resource
Group StringName The name of the resource group. The name is case insensitive.
- address
Name string The name of the address Resource within the specified resource group. address names must be between 3 and 24 characters in length and use any alphanumeric and underscore only.
- resource
Group stringName The name of the resource group. The name is case insensitive.
- address_
name str The name of the address Resource within the specified resource group. address names must be between 3 and 24 characters in length and use any alphanumeric and underscore only.
- resource_
group_ strname The name of the resource group. The name is case insensitive.
- address
Name String The name of the address Resource within the specified resource group. address names must be between 3 and 24 characters in length and use any alphanumeric and underscore only.
- resource
Group StringName The name of the resource group. The name is case insensitive.
getAddress Result
The following output properties are available:
- Address
Validation stringStatus Status of address validation.
- Contact
Details Pulumi.Azure Native. Edge Order. Outputs. Contact Details Response Contact details for the address.
- Id string
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- Location string
The geo-location where the resource lives
- Name string
The name of the resource
- System
Data Pulumi.Azure Native. Edge Order. Outputs. System Data Response Represents resource creation and update time.
- Type string
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- Shipping
Address Pulumi.Azure Native. Edge Order. Outputs. Shipping Address Response Shipping details for the address.
- Dictionary<string, string>
Resource tags.
- Address
Validation stringStatus Status of address validation.
- Contact
Details ContactDetails Response Contact details for the address.
- Id string
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- Location string
The geo-location where the resource lives
- Name string
The name of the resource
- System
Data SystemData Response Represents resource creation and update time.
- Type string
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- Shipping
Address ShippingAddress Response Shipping details for the address.
- map[string]string
Resource tags.
- address
Validation StringStatus Status of address validation.
- contact
Details ContactDetails Response Contact details for the address.
- id String
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- location String
The geo-location where the resource lives
- name String
The name of the resource
- system
Data SystemData Response Represents resource creation and update time.
- type String
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- shipping
Address ShippingAddress Response Shipping details for the address.
- Map<String,String>
Resource tags.
- address
Validation stringStatus Status of address validation.
- contact
Details ContactDetails Response Contact details for the address.
- id string
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- location string
The geo-location where the resource lives
- name string
The name of the resource
- system
Data SystemData Response Represents resource creation and update time.
- type string
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- shipping
Address ShippingAddress Response Shipping details for the address.
- {[key: string]: string}
Resource tags.
- address_
validation_ strstatus Status of address validation.
- contact_
details ContactDetails Response Contact details for the address.
- id str
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- location str
The geo-location where the resource lives
- name str
The name of the resource
- system_
data SystemData Response Represents resource creation and update time.
- type str
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- shipping_
address ShippingAddress Response Shipping details for the address.
- Mapping[str, str]
Resource tags.
- address
Validation StringStatus Status of address validation.
- contact
Details Property Map Contact details for the address.
- id String
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- location String
The geo-location where the resource lives
- name String
The name of the resource
- system
Data Property Map Represents resource creation and update time.
- type String
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- shipping
Address Property Map Shipping details for the address.
- Map<String>
Resource tags.
Supporting Types
ContactDetailsResponse
- Contact
Name string Contact name of the person.
- Email
List List<string> List of Email-ids to be notified about job progress.
- Phone string
Phone number of the contact person.
- Mobile string
Mobile number of the contact person.
- Phone
Extension string Phone extension number of the contact person.
- Contact
Name string Contact name of the person.
- Email
List []string List of Email-ids to be notified about job progress.
- Phone string
Phone number of the contact person.
- Mobile string
Mobile number of the contact person.
- Phone
Extension string Phone extension number of the contact person.
- contact
Name String Contact name of the person.
- email
List List<String> List of Email-ids to be notified about job progress.
- phone String
Phone number of the contact person.
- mobile String
Mobile number of the contact person.
- phone
Extension String Phone extension number of the contact person.
- contact
Name string Contact name of the person.
- email
List string[] List of Email-ids to be notified about job progress.
- phone string
Phone number of the contact person.
- mobile string
Mobile number of the contact person.
- phone
Extension string Phone extension number of the contact person.
- contact_
name str Contact name of the person.
- email_
list Sequence[str] List of Email-ids to be notified about job progress.
- phone str
Phone number of the contact person.
- mobile str
Mobile number of the contact person.
- phone_
extension str Phone extension number of the contact person.
- contact
Name String Contact name of the person.
- email
List List<String> List of Email-ids to be notified about job progress.
- phone String
Phone number of the contact person.
- mobile String
Mobile number of the contact person.
- phone
Extension String Phone extension number of the contact person.
ShippingAddressResponse
- Country string
Name of the Country.
- Street
Address1 string Street Address line 1.
- Address
Type string Type of address.
- City string
Name of the City.
- Company
Name string Name of the company.
- Postal
Code string Postal code.
- State
Or stringProvince Name of the State or Province.
- Street
Address2 string Street Address line 2.
- Street
Address3 string Street Address line 3.
- Zip
Extended stringCode Extended Zip Code.
- Country string
Name of the Country.
- Street
Address1 string Street Address line 1.
- Address
Type string Type of address.
- City string
Name of the City.
- Company
Name string Name of the company.
- Postal
Code string Postal code.
- State
Or stringProvince Name of the State or Province.
- Street
Address2 string Street Address line 2.
- Street
Address3 string Street Address line 3.
- Zip
Extended stringCode Extended Zip Code.
- country String
Name of the Country.
- street
Address1 String Street Address line 1.
- address
Type String Type of address.
- city String
Name of the City.
- company
Name String Name of the company.
- postal
Code String Postal code.
- state
Or StringProvince Name of the State or Province.
- street
Address2 String Street Address line 2.
- street
Address3 String Street Address line 3.
- zip
Extended StringCode Extended Zip Code.
- country string
Name of the Country.
- street
Address1 string Street Address line 1.
- address
Type string Type of address.
- city string
Name of the City.
- company
Name string Name of the company.
- postal
Code string Postal code.
- state
Or stringProvince Name of the State or Province.
- street
Address2 string Street Address line 2.
- street
Address3 string Street Address line 3.
- zip
Extended stringCode Extended Zip Code.
- country str
Name of the Country.
- street_
address1 str Street Address line 1.
- address_
type str Type of address.
- city str
Name of the City.
- company_
name str Name of the company.
- postal_
code str Postal code.
- state_
or_ strprovince Name of the State or Province.
- street_
address2 str Street Address line 2.
- street_
address3 str Street Address line 3.
- zip_
extended_ strcode Extended Zip Code.
- country String
Name of the Country.
- street
Address1 String Street Address line 1.
- address
Type String Type of address.
- city String
Name of the City.
- company
Name String Name of the company.
- postal
Code String Postal code.
- state
Or StringProvince Name of the State or Province.
- street
Address2 String Street Address line 2.
- street
Address3 String Street Address line 3.
- zip
Extended StringCode Extended Zip Code.
SystemDataResponse
- Created
At string The timestamp of resource creation (UTC).
- Created
By string The identity that created the resource.
- Created
By stringType The type of identity that created the resource.
- Last
Modified stringAt The timestamp of resource last modification (UTC)
- Last
Modified stringBy The identity that last modified the resource.
- Last
Modified stringBy Type The type of identity that last modified the resource.
- Created
At string The timestamp of resource creation (UTC).
- Created
By string The identity that created the resource.
- Created
By stringType The type of identity that created the resource.
- Last
Modified stringAt The timestamp of resource last modification (UTC)
- Last
Modified stringBy The identity that last modified the resource.
- Last
Modified stringBy Type The type of identity that last modified the resource.
- created
At String The timestamp of resource creation (UTC).
- created
By String The identity that created the resource.
- created
By StringType The type of identity that created the resource.
- last
Modified StringAt The timestamp of resource last modification (UTC)
- last
Modified StringBy The identity that last modified the resource.
- last
Modified StringBy Type The type of identity that last modified the resource.
- created
At string The timestamp of resource creation (UTC).
- created
By string The identity that created the resource.
- created
By stringType The type of identity that created the resource.
- last
Modified stringAt The timestamp of resource last modification (UTC)
- last
Modified stringBy The identity that last modified the resource.
- last
Modified stringBy Type The type of identity that last modified the resource.
- created_
at str The timestamp of resource creation (UTC).
- created_
by str The identity that created the resource.
- created_
by_ strtype The type of identity that created the resource.
- last_
modified_ strat The timestamp of resource last modification (UTC)
- last_
modified_ strby The identity that last modified the resource.
- last_
modified_ strby_ type The type of identity that last modified the resource.
- created
At String The timestamp of resource creation (UTC).
- created
By String The identity that created the resource.
- created
By StringType The type of identity that created the resource.
- last
Modified StringAt The timestamp of resource last modification (UTC)
- last
Modified StringBy The identity that last modified the resource.
- last
Modified StringBy Type The type of identity that last modified the resource.
Package Details
- Repository
- Azure Native pulumi/pulumi-azure-native
- License
- Apache-2.0