Method | Description | |
---|---|---|
WithApp ( this @this, AppIdentifier id ) : ResourceNotFoundException | ||
WithApp ( this @this, AppIdentifier id, string version ) : ResourceNotFoundException | ||
WithApp ( this @this, AppIdentifier id, string version, string path ) : ResourceNotFoundException | ||
WithApp ( this @this, AppIdentifier id, string version, string service, string path ) : ResourceNotFoundException | ||
WithSandbox ( this @this, string vendor, string sandbox ) : ResourceNotFoundException | ||
WithSandbox ( this @this, string vendor, string sandbox, string app ) : ResourceNotFoundException | ||
WithSandbox ( this @this, string vendor, string sandbox, string app, string service, string path ) : ResourceNotFoundException | ||
WithWorkspace ( this @this, string account, string workspace ) : ResourceNotFoundException | ||
WithWorkspace ( this @this, string account, string workspace, AppIdentifier app ) : ResourceNotFoundException | ||
WithWorkspace ( this @this, string account, string workspace, AppIdentifier app, string service ) : ResourceNotFoundException | ||
WithWorkspace ( this @this, string account, string workspace, AppIdentifier app, string service, string filePath ) : ResourceNotFoundException |
public static WithApp ( this @this, AppIdentifier id ) : ResourceNotFoundException | ||
@this | this | |
id | AppIdentifier | |
return | ResourceNotFoundException |
public static WithApp ( this @this, AppIdentifier id, string version ) : ResourceNotFoundException | ||
@this | this | |
id | AppIdentifier | |
version | string | |
return | ResourceNotFoundException |
public static WithApp ( this @this, AppIdentifier id, string version, string path ) : ResourceNotFoundException | ||
@this | this | |
id | AppIdentifier | |
version | string | |
path | string | |
return | ResourceNotFoundException |
public static WithApp ( this @this, AppIdentifier id, string version, string service, string path ) : ResourceNotFoundException | ||
@this | this | |
id | AppIdentifier | |
version | string | |
service | string | |
path | string | |
return | ResourceNotFoundException |
public static WithSandbox ( this @this, string vendor, string sandbox ) : ResourceNotFoundException | ||
@this | this | |
vendor | string | |
sandbox | string | |
return | ResourceNotFoundException |
public static WithSandbox ( this @this, string vendor, string sandbox, string app ) : ResourceNotFoundException | ||
@this | this | |
vendor | string | |
sandbox | string | |
app | string | |
return | ResourceNotFoundException |
public static WithSandbox ( this @this, string vendor, string sandbox, string app, string service, string path ) : ResourceNotFoundException | ||
@this | this | |
vendor | string | |
sandbox | string | |
app | string | |
service | string | |
path | string | |
return | ResourceNotFoundException |
public static WithWorkspace ( this @this, string account, string workspace ) : ResourceNotFoundException | ||
@this | this | |
account | string | |
workspace | string | |
return | ResourceNotFoundException |
public static WithWorkspace ( this @this, string account, string workspace, AppIdentifier app ) : ResourceNotFoundException | ||
@this | this | |
account | string | |
workspace | string | |
app | AppIdentifier | |
return | ResourceNotFoundException |
public static WithWorkspace ( this @this, string account, string workspace, AppIdentifier app, string service ) : ResourceNotFoundException | ||
@this | this | |
account | string | |
workspace | string | |
app | AppIdentifier | |
service | string | |
return | ResourceNotFoundException |
public static WithWorkspace ( this @this, string account, string workspace, AppIdentifier app, string service, string filePath ) : ResourceNotFoundException | ||
@this | this | |
account | string | |
workspace | string | |
app | AppIdentifier | |
service | string | |
filePath | string | |
return | ResourceNotFoundException |